/*ident	"@(#) @(#)cctype	1.1.1.2" */
/******************************************************************************
*
* C++ Standard Library
*
* Copyright (c) 1996  Lucent Technologies.  All Rights Reserved.
*
* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Lucent Technologies.
* The copyright notice above does not evidence any actual or
* intended publication of such source code.
*
******************************************************************************/

#ifndef CCTYPEEDG
#define CCTYPEEDG

#include "compiler_type.h"

#ifdef NAMESPACES_LUCENT
namespace std {
#endif

#include <ctype.h>

#ifdef NAMESPACES_LUCENT
}
using namespace std;
#endif

#endif
